bin/new: Use uppercase option arguments
authorTobias Bieniek <tobias.bieniek@gmx.de>
Wed, 19 Aug 2015 08:49:50 +0000 (10:49 +0200)
committerTobias Bieniek <tobias.bieniek@gmx.de>
Wed, 19 Aug 2015 08:49:50 +0000 (10:49 +0200)
commiteb1527ee60b3b725f7c25a68da9e8a5dcf43fb23
tree92bb146ffc0e50d0532ba529837610363f3e4ad0
parenta0b7b693f8ae8d8cfbbfbee876428595f633d0dd
bin/new: Use uppercase option arguments

Every other command except for `cargo new` is using <argument> for positional
arguments and ARG for option arguments.
src/bin/new.rs